DataModule

public class DataModule

This object acts as a data module for the Shared Preferences.

Functions

providePreferences
Link copied to clipboard
@Singleton()
@Provides()
final Preferences providePreferences(Context context)
This method provides the PreferencesImpl instance for the passing context.

Properties

INSTANCE
Link copied to clipboard
public final static DataModule INSTANCE